PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocument Class / removeCreatePageListener Method
The listener to be removed.
In This Topic
    removeCreatePageListener Method
    In This Topic
    Removes a listener for the create page event.
    Syntax
    public void removeCreatePageListener( 
       PDFFlowDocumentCreatePageListener listener
    )

    Parameters

    listener
    The listener to be removed.
    Exceptions
    ExceptionDescription
    When listener is null
    See Also